VerticalAlign
Specifies the vertical alignment options for form controls.
Accepted Values
Name Value Top 0 Middle 1 Bottom 2
Note
- Top: Aligns content to the top.
- Middle: Centers content vertically.
- Bottom: Aligns content to the bottom.
This enum is serialized using the Newtonsoft.Json library with the StringEnumConverter, allowing the enum values to be represented as strings in JSON.